CIMPLICITY Configuration REST API Web Service
CIMPLICITY Configuration REST API Web Service / All Operations Resource Group / /rest-settings (Post)
In This Topic
    Post/rest-settings
    In This Topic
    Description
    modifies rest settings of multiple projects
    Request (application/json)

    The request body is of type object.

    Overview

    Projects : Array[CimProject]
    ProjectID : string
    RestEnable : boolean
    ProjectPath : string
    200 Response

    The response body is of type ItemsPostResponse.

    The collection of results from the object create/update operation

    Overview

    ItemsPostResponse
    The results of the create/update/delete operations.
    NumSuccesses : number
    NumFailures : number
    WarningsMask : integer
    ItemResults : Array[ItemResult]
    Success : boolean
    StatusDetails : integer
    WarningsMask : integer
    Message : string
    Fault Responses
    FaultDescription
    This fault returns a response body of type ProblemDetails.
    General Error
    See Also